home *** CD-ROM | disk | FTP | other *** search
- LREF is a cross reference program which reads your source file and
- prints it with line numbers and pagination. A cross reference is
- built up showing each symbol, and the line numbers where that symbol
- has been referenced.
-
- Output is directed to the console, however under DOS 2.0 or later you
- may direct the output to the printer or a disk file.
-
- LREF is invoked as:
-
- LREF filespec <file2> <file3> ...
-
- where filespec is any file for which you wish a cross reference, and
- file2, file3,... are optional files to be included in the cross
- reference. LREF doesn't follow NCLUDed files, and you must explicitly
- define all the files which are combined into a single assembly.
-
-